home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chtsht / unit1.dfm / unit1.txt
Encoding:
Text File  |  1995-10-30  |  1.2 KB  |  52 lines

  1. object Form1: TForm1
  2.   Left = 393
  3.   Top = 161
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object HTDisplayBox1: THTDisplayBox
  14.     Left = 0
  15.     Top = 0
  16.     Width = 427
  17.     Height = 273
  18.     Align = alClient
  19.     TabOrder = 0
  20.     CoolFont.Color = clBlack
  21.     CoolFont.Height = -13
  22.     CoolFont.Name = 'System'
  23.     CoolFont.Style = []
  24.     HotFont.Color = clRed
  25.     HotFont.Height = -13
  26.     HotFont.Name = 'System'
  27.     HotFont.Style = []
  28.     TheCurrentCoolBGColor = clBtnFace
  29.     TheCurrentHotBGColor = clBlack
  30.     HyperTextParser = HyperTextParser1
  31.     TheCurrentLeftMargin = 20
  32.     TheCurrentRightMargin = 185
  33.     TheCurrentLineIncrement = 21
  34.     TheCurrentLineSpacing = 5
  35.     DisplayMode = htmDisplay
  36.     UseHistoryList = True
  37.     WrapHyperTextDisplayLines = False
  38.   end
  39.   object HyperTextParser1: THyperTextParser
  40.     TheRegularExpressionParser = RegularExpressionParser1
  41.     Left = 9
  42.     Top = 9
  43.   end
  44.   object RegularExpressionParser1: TRegularExpressionParser
  45.     RegularExpressionFile = 'D:\HYPRTEXT\FTLDEMO\DEFAULT.RXP'
  46.     TheActiveExpressions = '1 2 3 4 '
  47.     TheRegularExpressions = 'Anchor Jump'
  48.     Left = 49
  49.     Top = 9
  50.   end
  51. end
  52.